From 757f1a7f7efb7bb2d2932e165c84c92176689bd9 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Sat, 9 Feb 2013 22:48:55 +0000 Subject: [PATCH] Declare PHONY targets. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4295 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 5c6751e7d..6c139e4cf 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -127,6 +127,15 @@ DEPFILES = $(OBJS:.o=.d) # Directory of local web doc. Traditionally a sibling to the GPSBabel tree. WEB=@DOCDIR@ +# Declaring a target PHONY whose names matches a subdirectory can be +# particularly important, e.g. gui. +.PHONY: all clean tag more-clean check torture + install install-debug leaktest + dep doc FORCE + release-sourcecheck release-tarball release-rpm + cross-configure + release-winbuild release-upload mac-upload release rpm mac-release + gui linux-gui mac-gui mac-gui-dmg msvc-build test-release all: gpsbabel$(EXEEXT) -- 2.30.2